home *** CD-ROM | disk | FTP | other *** search
- package com.sun.java.swing;
-
- import java.awt.event.ActionEvent;
- import java.awt.event.ActionListener;
-
- class ToolTipManager$insideTimerAction implements ActionListener {
- // $FF: synthetic field
- ToolTipManager this$0;
-
- public void actionPerformed(ActionEvent e) {
- if (this.this$0.insideComponent != null && this.this$0.insideComponent.isShowing()) {
- this.this$0.showImmediately = true;
- this.this$0.showTipWindow();
- }
-
- }
-
- // $FF: synthetic method
- ToolTipManager$insideTimerAction(ToolTipManager this$0) {
- this.this$0 = this$0;
- }
- }
-